CommandType Enumeration
Represents the type of command to execute on a data source.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration CommandType
| Table | 0 |
The command contains a table name. The form retrieves all of the data in the table.
|
| Query | 1 |
The command contains the name of query. The form retrieves and executes the query.
|
| Command | 2 |
The command contains an SQL statement. The form executes the SQL statement.
|
| None | 3 |
None.
|